Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaImage Class / ToGcBitmap Method / ToGcBitmap(GcBitmap,Nullable<Rectangle>) Method
The target GrapeCity.Documents.Imaging.GcBitmap object.
Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.

In This Topic
    ToGcBitmap(GcBitmap,Nullable<Rectangle>) Method
    In This Topic
    Copies the current image into an existing instance of GrapeCity.Documents.Imaging.GcBitmap.
    Syntax
    'Declaration
     
    Public Overloads Sub ToGcBitmap( _
       ByVal gcBitmap As GcBitmap, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) 
    public void ToGcBitmap( 
       GcBitmap gcBitmap,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    gcBitmap
    The target GrapeCity.Documents.Imaging.GcBitmap object.
    clipRect
    Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.
    See Also